typedef struct _kniha {
    char titul[50];
    char autor[50];
    int cena;
} kniha;


kniha svazek;


struct _kniha svazek;
